Fix a few packages to work with nil tab-stop-list
authorLeo Liu <sdl.web@gmail.com>
Wed, 25 Jun 2014 23:53:37 +0000 (07:53 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 25 Jun 2014 23:53:37 +0000 (07:53 +0800)
commit9ca90342bc8b817ea5edfe60527b1c6fc1f80a38
treed3b2321a17cd3b1526b3d70a3b779c4cbebef80c
parent52208cf3bb6263e5abedf1dc26ed1e741540f21c
Fix a few packages to work with nil tab-stop-list

* indent.el (indent-accumulate-tab-stops): New function.

* textmodes/picture.el (picture-set-tab-stops):
* ruler-mode.el (ruler-mode-mouse-add-tab-stop)
(ruler-mode-ruler): Fix to work with nil tab-stop-list.

* progmodes/asm-mode.el (asm-calculate-indentation): Use
indent-next-tab-stop.
lisp/ChangeLog
lisp/indent.el
lisp/progmodes/asm-mode.el
lisp/ruler-mode.el
lisp/textmodes/picture.el